<OLD/> into <LDN/>

[Found this stub-article on the internet. It probably serves some purpose – I would say for speed reading.]

Search for a pattern that is composed out of the letters “O”, “L”, D”, running in this sequence, in the set of all languages. When search not case sensitive, if string “OLD”, map it to the “let method” map, else return to search. If “OLD” makes the last part of the pattern, map it to “let method new” map, if else move to the next search. If “OLD” makes the whole of the pattern, map it to “let method new” map, if else move to the next search. For any string in “let method new” containing the “OLD” pattern, replace the string with the “LDN” pattern.

🙂

Leave a comment