Markdown cheat sheet | warpedvisions.org.
And to Copy TITLE tag to TITLE and h1:
GREP: Title: (.*)
REPLACE: Title: 1n#1
I’m tryin’ ta think but nuthin’ happens!
Markdown cheat sheet | warpedvisions.org.
And to Copy TITLE tag to TITLE and h1:
GREP: Title: (.*)
REPLACE: Title: 1n#1
RegexAdvice – Extract strings in-between curly braces.
Raw Match Pattern:
\{([^}]*)\}
$matches Array:
(
[0] => Array
(
[0] => {Mr. Jones}
)
[1] => Array
(
[0] => Mr. Jones
)
Michael
“In theory, theory and practice are the same. In practice, they are not.”
Albert Einstein