Today, while trying to get a particular regular expression to work I found an online tool to help me out. What is particularly nice about this tool is that you can try multiple strings at a time against your regular expression. Go check it out: http://www.fileformat.info/tool/regex.htm.
Link Summary
http://www.fileformat.info/tool/regex.htm
Posted in Administration, Computer Stuff, Programming
Comments Off
Sometimes I do a post where I include snippets of HTML or XML. In those cases I need to escape the HTML or XML characters so they will show up properly in your browser. I found this online utility today that automates the task and let’s me paste in my escaped XML to [...]
Posted in HTML
Comments Off