Skip to content

ogulcan/SwiftRegEx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SwiftRegEx

A playground to learn regular expressions with Swift. We developers obviously know that it's not an easy work to use Regular Expressions. This is my challenge, I would like to add a new and efficient tool to my skills.

Overview

Before I started, checked some documents also with a few tutorials and decided to go away with this repository. So, lots of examples and descriptions are excerpted from repo.

This repository contains a playground project that builds with Xcode 9 and Swift 4.

Content

  • How to use RegEx with Swift #
  • A RegEx wrapper class to handle crowd#
  • Meta Characters with examples #
  • Quantifiers with examples #
  • Shorthand sets #
  • Flags #
  • And some common examples like email, html tag etc. #

Useful Links

To-do

  • Better wrapper class, maybe an extension for String
  • More common examples

About

A playground to learn regular expressions with Swift

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages