Tag: format

  • GitHub – ziishaned/learn-regex: Learn regex the easy way

    A regular expression is a pattern that is matched against a subject string from left to right. Regular expressions are used to replace text within a string, validate forms, extract a substring from a string based on a pattern match, and so much more. The term “regular expression” is a mouthful, so you will usually…

  • Cryptii – Open Source Web Application to convert, encode and decode content

    Cryptii is an Open Source web application designed and coded with <3 and brought to you by ffraenz under the mit license. It allows convert, encode decode content between different format systems (text, decimal, flipped, html entities, morsecode, leetspeak, navajo code, binary, octal, hexadecimal, roman etc.). This happens fully in your browser using javascript, no will…