Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

find string in byte mode ignoring case

Former Member
0 Likes
586

Hi,

Its possible somehow to implement FIND string IN BYTE MODE

but with IGNORING CASE?

Example: I want to find first occurence of "<Element>" in xstring but dont know the case (it can be "<ELEMENT>" or ""<element>""

FIND sub_string

IN section_of dobj

[ IN { BYTE MODE]

[ { RESPECTING | IGNORING } CASE ]

thanks,

martin

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
558

Hi,

If you just want to Ignore the case of the String, You can just convert the string characters to either uppercase or lowercase before using FIND command.

regards,

Mahesh

2 REPLIES 2
Read only

Former Member
0 Likes
559

Hi,

If you just want to Ignore the case of the String, You can just convert the string characters to either uppercase or lowercase before using FIND command.

regards,

Mahesh

Read only

Former Member
0 Likes
558

IN BYTE MODE.

This addition cannot be used with either IGNORING CASE or RESPECTING CASE.

regards

shiba dutta