Latest Entries
Ok, Regex, You Win!
Tech Tools

Ok, Regex, You Win!

Regular Expression or Regex is used in programming to indicate patterns in strings (of characters). My most frequent encounters with Regex are when I’m parsing a string in Java and I call the split() function. When Regex has been useful: Let’s say I wanted to count how many times all the words in the Bible occur. … Continue reading