Hello together,
I was wondering whether there exists a more specific documentation about which expressions are allowed in patternMatch() or uniPatternMatch().
Apart from "*" and "?", what about negations "^", explicit count {n} for the preceding character, etc. Either I am using these tokens incorrect, or they are not supported.
How would you, for example, write a pattern that detects whether a string is a float (and only a float) string (including negatives)?
Thanks in advance and with best regards,
moTo
patternMatch Syntax
- gschijndel
- Posts:376
- Joined: Tue Jan 15, 2019 3:12 pm
Re: patternMatch Syntax
Regular expressions can be used with the 'regexp*' functions (regexpIndex, regexpSplit, etc).
- moto3101
- Posts:37
- Joined: Tue Aug 22, 2017 2:04 pm
Re: patternMatch Syntax
Thanks for your reply, unfortunately we are running 3.14 and those methods do not exist there, yet.gschijndel wrote: ↑ Mon May 04, 2020 4:45 pm Regular expressions can be used with the 'regexp*' functions (regexpIndex, regexpSplit, etc).