regexmatch.dev
Explore
Open main menu
Save & Share
Facebook
Twitter
Tumblr
E-Mail
Pinterest
LinkedIn
Reddit
Match date from calendar as string
Published on Tue Mar 01 2022
Match date from calendar as string
Regex
Test String
java.util.GregorianCalendar[time=1410521241348,areFieldsSet=true,areAllFieldsSet=true,lenient=true,zone=sun.util.calendar.ZoneInfo[id="Europe/London",offset=0,dstSavings=3600000,useDaylight=true,transitions=242,lastRule=java.util.SimpleTimeZone[id=Europe/London,offset=0,dstSavings=3600000,useDaylight=true,startYear=0,startMode=2,startMonth=2,startDay=-1,startDayOfWeek=1,startTime=3600000,startTimeMode=2,endMode=2,endMonth=9,endDay=-1,endDayOfWeek=1,endTime=3600000,endTimeMode=2]],firstDayOfWeek=1,minimalDaysInFirstWeek=1,ERA=1,YEAR=2014,MONTH=8,WEEK_OF_YEAR=37,WEEK_OF_MONTH=2,DAY_OF_MONTH=12,DAY_OF_YEAR=255,DAY_OF_WEEK=6,DAY_OF_WEEK_IN_MONTH=2,AM_PM=1,HOUR=0,HOUR_OF_DAY=12,MINUTE=27,SECOND=21,MILLISECOND=348,ZONE_OFFSET=0,DST_OFFSET=3600000]
Additional matching regexes for
Match date from calendar as string
Match date from calendar as string
Match date from calendar as string
Match all numbers
Match all numbers from a string.
Outside Quotes
match any string outside of single or double quotes
Find exact domain name match
Find exact domain name match in pipe delimeted string
Node (common.js) require regex
Uses a single string to match any node require variables
Date and time capturer
Works for the Julian calendar, dates between 0000-01-01 and 9999-12-31. Includes my birth date in the 4th example.
Twitter user profile url pattern
Pattern that check your string to match Twitter user profile URL.
Links in string
Match links (emails included) in string Replace it with HTML links
Apt Package Version validator
This regular expression will match the version string of a debian package
Anything sorounded by " "
Match anything inside double quote string and set the first capture group with the content