Regular Expressions 101

Community Patterns

Pig Latin regex

0

Regular Expression
PCRE (PHP <7.3)

/
([aeiouy][a-z]+)|(([qwrtpsdfghjklzxcvbnm]+)([a-z]+))
/
gi

Description

I got really bored so I made this (not so fancy) pig latin generator

Submitted by jojodmo - 9 years ago