Tootfinder

Opt-in global Mastodon full text search. Join the index!

@bthalpin@mastodon.social
2025-09-30 23:48:22

Oh FFS! #Brightspace is fucking up my #Julialang teaching materials for tomorrow by being too clever.
It can interpret latex code and show formula. Brilliant.
It just can't not do it, so my regular expression example of
r"\([0-9] \)") is showing up as below, a…

Code example 

r"[0-9]+" where the [0-9]+ is in Latex format, Computer Modern Roman font, instead of the r"\([0-9]+\)" required.