Skip to content
View ss12932's full-sized avatar

Highlights

  • Pro

Block or report ss12932

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Money Thousands Formatter - Regex Gist Money Thousands Formatter - Regex Gist
    1
    # Money Thousands Formatter 
    2
    
                  
    3
    A regex, which is short for regular expression, is a sequence of characters that defines a specific search pattern. When included in code or search algorithms, regular expressions can be used to find certain patterns of characters within a string, or to find and replace a character or sequence of characters within a string.
    4
    
                  
    5
    In this short tutorial gist, I'll be going over how to use a regex to format any number in the thousands, particularly useful for formatting currency and large amounts of money where I'll be decomposing each part of the regex to help fully understand what the regex is doing.
  2. weather-dashboard weather-dashboard Public

    CSS

  3. employee-tracker employee-tracker Public

    A command-line application that manages a company's employee database, using Node.js, Inquirer, and MySQL.

    JavaScript

  4. social-network-api social-network-api Public

    JavaScript

  5. filmpire-react filmpire-react Public

    JavaScript

  6. book-search-engine book-search-engine Public

    JavaScript