SublimeText
SublimeText
Sublime Text Trick
Regex find
Multi Line Search, eg. call function with multiline parameter
(?s)inlineEdit\((.*?)\)
- (?s) causes the dot to also include newlines
ที่มา:
Web & Software Developer Gang.
Multi Line Search, eg. call function with multiline parameter
(?s)inlineEdit\((.*?)\)
ที่มา: