Dynamic Draw/Thought Tickler User Guide

Regular expression

Function

The following special characters are available at the search keyword.
'*'
'+'
'?'
'^'
'$'
'\b'
'( )'
'[ ]'
'[^]'
'-'
'\n'
'\t'
'.'
'\d'
'\w'
'\s'

The following special characters are available at the replacement keyword.
'$1','$2'...

Examples

Search keyword: '([Dd]ynamic)\s+([Dd]raw)'

Replacement keyword: '$1$2'

Movies


References: [Position information] text / Table of contents
Keywords: Regular expression / regular expression