{l s='Regular expressions allow you to edit the text of the specified criteria and change it to another one. This feature extends the capabilities of the "find/replace" tool.' mod='pshowimporter'}\
\
\ {l s='For example in the file you have value: abcd-0123' mod='pshowimporter'}\
\ {l s='Example 1' mod='pshowimporter'}:\
\ {l s='You can swap text and numbers - how to do this' mod='pshowimporter'}:\
\ {l s='In the "find" field enter: ~([a-d]+)-([0-3]+)~' mod='pshowimporter'}\
\ {l s='In the "replace" field enter: $2-$1' mod='pshowimporter'}\
\ {l s='As result you get: 0123-abcd' mod='pshowimporter'}\
\ {l s='Example 2' mod='pshowimporter'}:\
\ {l s='You can get only numbers - how to do this' mod='pshowimporter'}:\
\ {l s='In the "find" field enter: ~([a-d]+)-([0-3]+)~' mod='pshowimporter'}\
\ {l s='In the "replace" field enter: $2' mod='pshowimporter'}\
\ {l s='As result you get: 0123' mod='pshowimporter'}