Skip to content
View labchild's full-sized avatar
๐Ÿ‘€
open to work
๐Ÿ‘€
open to work

Block or report labchild

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
labchild/README.md
  • ๐Ÿ‘‹ Hi, Iโ€™m @labchild
  • ๐Ÿ‘€ Iโ€™m interested in art, fashion, video games, and Havanese puppies
  • ๐ŸŒฑ Iโ€™m currently learning Swift
  • ๐Ÿ’ž๏ธ Iโ€™m looking to collaborate on anything that will expand my knowledge base!
  • ๐Ÿ“ซ You can email me at labchilds@gmail.com

Pinned Loading

  1. tech-thoughts tech-thoughts Public

    a blog/forum for those connecting and sharing with the tech community

    JavaScript

  2. employee-tracker employee-tracker Public

    A command-line CMS to manage a company's employee database, using Node.js, Inquirer, and MySQL.

    JavaScript

  3. a-breezy/LetsEat a-breezy/LetsEat Public

    A restaurant randomizer to help users choose a restaurant to go to based on their location and the Yelp API

    HTML 1

  4. labchild-react-portfolio labchild-react-portfolio Public

    JavaScript

  5. RegEx, explained: Breaking down the ... RegEx, explained: Breaking down the email regex
    1
    # RegEx, Explained: Breaking Down the Email Regex
    2
    This tutorial breaks down the use and elements of a regex for validating email addresses. The regex used is ```/^([a-z0-9_\.-]+)@([\da-z\.-]+)\.([a-z\.]{2,6})$/```.
    3
    
                  
    4
    ## Summary
    5
    Regex (or ReGex, sometimes regexp) is short for _regular expression_. Regular expressions execute simple pattern recognition in strings. They are often used to validate emails, phone numbers, search terms, and other strings of characters.
  6. fido-friendly fido-friendly Public

    Swift