regex within R shown as HTML
-
I have this regex expression within R code;
regex <- "FLD003\\+@4\\(\\(@1\\([[:alpha:]+.]+", but the highlighter converts it to something like:
regex <- "FLD003\\+@4\<span class="MathJax_Preview" style="color: inherit;"><span class="MJXp-math" id="MJXp-Span-24"><span class="MJXp-mtext" id="MJXp-Span-25"> ...Any suggestions on how to get this shown raw? Thank you
The topic ‘regex within R shown as HTML’ is closed to new replies.