2015 Jun 04 8:31 PM
Hi Team,
How can I read first variable wild - character.
i.e. '!!!!!!Darshan!!!!!.'
I wish to read only first wild characters not last.
these wild characters are not fix. i.e. it may contain '!!darshan!!'.
Please guide me.
Thanks,
Darshan.
Hi Darshan,
You could use regular expression, like this:
FIND FIRST OCCURRENCE OF REGEX `[a-zA-Z]`
IN text OFFSET off.
text+off(1), then is what you wanted.
regards,
Archer
2015 Jun 04 8:41 PM
Darshan,
In the above example !!!!!!Darshan!!!!!, what do you mean by a wild character? Are you looking to find the 'D' or the first '!'?
2015 Jun 05 4:36 AM
Hi Darshan,
You could use regular expression, like this:
FIND FIRST OCCURRENCE OF REGEX `[a-zA-Z]`
IN text OFFSET off.
text+off(1), then is what you wanted.
regards,
Archer
2015 Jun 05 10:48 AM
Dear dhashan,
please explain the above issue.do you wand to read wild-character or else alphanumeric character?
regards,
sampath kumar.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |