Hi All,
Can anyone say what is the approach start learning the regex in UiPath.
How much time it takes generally to become proficient??
Thanks in advance
Hi All,
Can anyone say what is the approach start learning the regex in UiPath.
How much time it takes generally to become proficient??
Thanks in advance
Its not only about UiPath…try to understand what are the expressions
This would help…you have right side the explanation of what you write as wel
Cheers
@naveen.s
Understand the Basics of Regex:
.
(dot), ^
(caret), $
(dollar sign), and \
(backslash).*
, +
, ?
, and {}
.[ ]
and predefined classes like \d
(digits), \w
(word characters), and \s
(whitespace).^
(start of a line) and $
(end of a line).()
for grouping and |
for alternation (OR logic).(?=...)
and lookbehind (?<=...)
assertions.hie @naveen.s understand the basic of Regular Expression. practice it. understand it.
for practice and learning purpose you can go and check
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.