Please enable JavaScript to use regex101
/
^
r
e
g
e
x
[
\
-
_
]
?
1
0
1
$
/
i
Reg
ular
Ex
pressions
101
Reg
ular
Ex
pressions
101
Upgrade to Pro
Enterprise
Regular Expression
/
(\\usepackage{(?:tikz|pgfplots)}|\\(?:tikzset|pgfplotsset){(?:[^{}]+|{(?:[^{}]+|{(?:[^{}]+|{[^{}]+})+})+})+}|\\(?:usetikzlibrary|usepgfplotslibrary){[\w\.,]+}|\\definecolor{\w+}{\w+}{[^}]+}|\\colorlet{\w+}{{[^}]+}})
/
gm
Input 1
1
New
\documentclass{article} \usepackage{tikz} \usetikzlibrary{decorations.markings} \tikzset{ ->-/.style={ postaction=decorate, decoration={markings,mark=at position #1 with \arrow{>}} } } \begin{document} \begin{center} \begin{tikzpicture} \draw[->-=0.5] (0,0) -- (3,-2); \end{tikzpicture} \end{center} \end{document}
Extraction