Regex Tester and generator - Beautify Converters

文章推薦指數: 80 %
投票人數:10人

Regex Tester and generator helps you to test your Regular Expression and generate regex code for JavaScript PHP Go JAVA Ruby and Python. BeautifierMinifier CSV Excel TSV HTML JSON SQL XML YAML Validators CSS Gen Unit Escape IMG PDF IP Color Others RegexTesterandgenerator RegexTesterandgeneratorhelpsyoutotestyourRegularExpressionandgenerateregexcodeforJavaScriptPHPGoJAVARubyandPython. Pleaseinputteststring RegEx: Global ignoreCase TestregexGeneratecode Replacewith: Replace CommonRegularExpressions Checkdigitexpressions Digit:^[0-9]*$ Ndigits:^\d{n}$ AtleastNdigits:^\d{n,}$ m-ndigits:^\d{m,n}$ Zeroandnon-zerostartdigits:^(0|[1-9][0-9]*)$ Nonzeronumberwithuptotwodecimalplaces:^([1-9][0-9]*)+(.[0-9]{1,2})?$ Apositiveornegativenumberwithoneortwodecimalplaces:^(\-)?\d+(\.\d{1,2})?$ Positive,negative,anddecimals:^(\-|\+)?\d+(\.\d+)?$ Apositiverealnumberwithtwodecimalplaces:^[0-9]+(.[0-9]{2})?$ Apositiverealnumberwith1to3decimalplaces:^[0-9]+(.[0-9]{1,3})?$ Anon-zeropositiveinteger:^[1-9]\d*$or^([1-9][0-9]*){1,3}$or^\+?[1-9][0-9]*$ Anon-zeronegativeinteger:^\-[1-9][]0-9"*$or^-[1-9]\d*$ Non-negativeintegers:^\d+$or^[1-9]\d*|0$ Non-positiveinteger:^-[1-9]\d*|0$or^((-\d+)|(0+))$ Non-negativefloating-pointnumbers:^\d+(\.\d+)?$or^[1-9]\d*\.\d*|0\.\d*[1-9]\d*|0?\.0+|0$ Non-positivefloating-pointnumber:^((-\d+(\.\d+)?)|(0+(\.0+)?))$or^(-([1-9]\d*\.\d*|0\.\d*[1-9]\d*))|0?\.0+|0$ Floatingpointnumber:^[1-9]\d*\.\d*|0\.\d*[1-9]\d*$or^(([0-9]+\.[0-9]*[1-9][0-9]*)|([0-9]*[1-9][0-9]*\.[0-9]+)|([0-9]*[1-9][0-9]*))$ NegativeFloat:^-([1-9]\d*\.\d*|0\.\d*[1-9]\d*)$or^(-(([0-9]+\.[0-9]*[1-9][0-9]*)|([0-9]*[1-9][0-9]*\.[0-9]+)|([0-9]*[1-9][0-9]*)))$ Floatingpointnumber:^(-?\d+)(\.\d+)?$or^-?([1-9]\d*\.\d*|0\.\d*[1-9]\d*|0?\.0+|0)$ Checkcharacterexpressions Alpha-NumericCharacters:^[A-Za-z0-9]+$or^[A-Za-z0-9]{4,40}$ Allcharacterswithalengthof3-20:^.{3,20}$ Astringof26letters:^[A-Za-z]+$ Astringof26uppercaseEnglishletters:^[A-Z]+$ Astringof26lowercasealphabeticcharacters:^[a-z]+$ Astringofnumbersand26letters:^[A-Za-z0-9]+$ Astringofnumbers,26letters,oranunderscore:^\w+$or^\w{3,20}$ inputwith^%&',;=?$\":[^%&',;=?$\x22]+ Itisforbiddentoinputcharacterswith~:[^~\x22]+ SpecialNeedsExpressions Email:^[a-zA-Z0-9_.+-][email protected][a-zA-Z0-9-]+\.[a-zA-Z0-9-.]+$ URLorDomainname:^(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))? Date(MM/DD/YYYY)/(MM-DD-YYYY)/(MM.DD.YYYY)/(MMDDYYYY):^(0?[1-9]|1[012])[-/.](0?[1-9]|[12][0-9]|3[01])[-/.](19|20)?[0-9]{2}$ 12monthsoftheyear(01~09和1~12):^(0?[1-9]|1[0-2])$ 31daysamonth(01~09和1~31):^(0[1-9]|[12][0-9]|3[01])$ Password:^.*(?=.{6,})(?=.*d)(?=.*[A-Z])(?=.*[a-z])(?=.*[[email protected]#$%^&*?]).*$ USPhoneNumbers\b\d{3}[-.]?\d{3}[-.]?\d{4}\b USZipcode^[0-9]{5}(?:-[0-9]{4})?$ Slug^[a-z0-9-]+$ Allthespecialcharactersneedtobeescaped/[\-\[\]\/\\\{\}\(\)\*\+\?\.\^\$\|]/ xmlfile:^([a-zA-Z]+-?)+[a-zA-Z0-9]+\\.[x|X][m|M][l|L]$ RegularexpressionsforChinesecharacters:[\u4e00-\u9fa5] Double-bytecharacters:[^\x00-\xff] Blankline:\n\s*\r(beusedtodeleteblanklines) HTMLtags:]*>.*?|<.> Theleadingandtrailingwhitespacecharacter:^\s*|\s*$or(^\s*)|(\s*$) IPaddress:((?:(?:25[0-5]|2[0-4]\d|((1\d{2})|([1-9]?\d)))\.){3}(?:25[0-5]|2[0-4]\d|((1\d{2})|([1-9]?\d)))) × Languagereferencecode JavaScript PHP Go JAVA Ruby Python Shareon: BeautifierAndMinifiertools CSSMinifier Makeitminified,compressedbyremovingnewlines,whitespaces,commentsandindentation. CSSBeautifier Beautify,format,prettifyandmakeitmorereadable. HTMLBeautifier Beautify,format,prettifyandmakeitmorereadable. HTMLMinifier Makeitminified,compressedbyremovingnewlines,whitespaces,commentsandindentation. JavascriptBeautifier Beautify,format,prettifyandmakeitmorereadable. JavascriptMinifier Makeitminified,compressedbyremovingnewlines,whitespaces,commentsandindentation. JavascriptObfuscator Makesjavascriptcodehardertounderstandorreadtoprotect. JSONBeautifier BeautifiesJSONcodewellformattedandreadable. JSONMinifier Removeunnecessaryspaces,indentationandnewlines. XMLBeautifier Beautifiesuglyxmlcodeandmakesitmorereadable. XMLMinifier MinifyXMLcodeandremoveunnecessaryspaces. OPMLBeautifier Beautifiesuglyopmlcodeandmakesitmorereadable. OPMLMinifier MinifyOPMLcodeandremoveunnecessaryspaces. SQLBeautifier Beautifiesuglysqlcodeandmakesitmorereadable. SQLMinifier MinifySQLcodeandremoveunnecessaryspaces. Converters CSVToJSONConverter ConvertscsvdatatoJSONandBeautifys. CSVToTSVConverter ConvertscsvdatatoTSVandBeautifys. CSVToExcelConverter ConvertscsvdatatoExcelandBeautifys. CSVToHTMLConverter Convertscsvdatatohtml,previewitbelow. CSVToSQLConverter ConvertcsvtoSQLformatandBeautify. CSVToMultiLineDataConverter Convertscsvtomulti-line-dataandmakeitmorereadable. CSVToTextConverter Convertscsvtoplaintextandmakeitmorereadable. CSVToXML/JSONConverter Convertcsvtoxmlandjsononline. CSVToXMLConverter ConvertcsvtoxmlandBeautify. CSVToYAMLConverter ConvertcsvtoyamlandBeautify. CSVcolumnextract Extractonecolumnfromcsv. ExcelToCSVConverter ConvertexceltocsvandBeautify. ExcelToTSVConverter ConvertexceltotsvandBeautify. ExcelToHtmlConverter ConvertexceltohtmlandBeautify. ExcelToFormulaView ConvertexceltoformulaviewandBeautify. ExcelToSQLConverter ConvertexceltoSQLandBeautify. ExcelToJSONConverter ConvertexceltojsonandBeautify. ExcelToXMLConverter ConvertexceltoxmlandBeautify. ExcelToYAMLConverter ConvertexceltoyamlandBeautify. ExcelToTextConverter ConvertexceltotextandBeautify. Excelcolumnextract ExtractonecolumnfromExcel. TSVToJSONConverter ConvertsTsvdatatoJSONandBeautifys. TSVToCSVConverter ConvertsTsvdatatoCSVandBeautifys. TSVToExcelConverter ConvertsTsvdatatoExcelandBeautifys. TSVToHTMLConverter Convertstsvdatatohtml,previewitbelow. TSVToSQLConverter ConverttsvtoSQLformatandBeautify. TSVToMultiLineDataConverter Convertstsvtomulti-line-dataandmakeitmorereadable. TSVToTextConverter ConvertsTsvtoplaintextandmakeitmorereadable. TSVToXML/JSONConverter Converttsvtoxmlandjsononline. TSVToXMLConverter ConverttsvtoxmlandBeautify. TSVToYAMLConverter ConverttsvtoyamlandBeautify. TSVcolumnextract ExtractonecolumnfromTSV. HTMLToCSVConverter ConverthtmltocsvandBeautify. HTMLToExcelConverter ConverthtmltoExcelandBeautify. HTMLToTSVConverter ConverthtmltotsvandBeautify. HTMLToMultiLineDataConverter ConverthtmltomultilinedataandBeautify. HTMLToJSONConverter ConverthtmltojsonandBeautify. HTMLToXMLConverter ConverthtmltoxmlandBeautify. HTMLToYAMLConverter ConverthtmltotamlandBeautify. HTMLToSQLConverter ConverthtmltoSQLandBeautify. HTMLToPHPConverter ConverthtmltophpandBeautify. HTMLToJavascriptConverter ConverthtmltoJavascriptandBeautify. HTMLToAspConverter ConverthtmltoaspandBeautify. HTMLToJSPConverter ConverthtmltojspandBeautify. HTMLToPerlConverter ConverthtmltoperlandBeautify. HTMLToJadeConverter ConverthtmltojadeandBeautify. HTMLToTextConverter Converthtmltoplaintext. JadeToHTMLConverter ConvertjadetohtmlandBeautify. MarkdownToHTMLConverter Convertmarkdowntohtmlcode. JSONToXMLConverter ConvertjsontoxmlandBeautify. JSONToCSVConverter ConvertjsontocsvandBeautify. JSONToExcelConverter ConvertjsontoExcelandBeautify. JSONToTSVConverter ConvertjsontotsvandBeautify. JSONToYAMLConverter ConvertjsontoyamlandBeautify. JSONToHTMLConverter ConvertjsontohtmlandBeautify. JSONToSQLConverter ConvertjsontosqlandBeautify. JSONToC#ClassConverter ConvertjsontoC#ClassandBeautify. JSONTotextConverter ConvertjsontotextandBeautify. SQLToHTMLConverter ConvertSQLtojsonandBeautify. SQLToCSVConverter ConvertSQLtocsvandBeautify. SQLToExcelConverter ConvertSQLtoExcelandBeautify. SQLToTSVConverter ConvertSQLtotsvandBeautify. SQLToXMLConverter ConvertSQLtojsonandBeautify. SQLToJSONConverter ConvertSQLtojsonandBeautify. SQLToYAMLConverter ConvertSQLtojsonandBeautify. SQLToTextConverter ConvertSQLtoTextandBeautify. XMLToJSONConverter ConvertXMLtojsonandBeautify. XMLToCSVConverter ConvertXMLtocsvandBeautify. XMLToExcelConverter ConvertXMLtoExcelandBeautify. XMLToTSVConverter ConvertXMLtotsvandBeautify. XMLToYAMLConverter ConvertXMLtojsonandBeautify. XMLToHTMLConverter ConvertXMLtoHTMLandBeautify. XMLToSQLConverter ConvertXMLtoSQLandBeautify. XMLToTEXTConverter ConvertXMLtoTEXTandBeautify. YAMLToXML/JSON/CSVConverter ConvertYAMLtojson/csv/xmlandBeautify. YAMLToExcelConverter ConvertYAMLtoExcelandBeautify. YAMLToHTMLConverter ConvertYAMLtoHTMLandBeautify. XMLToPDFConverter ConvertXMLtoPDFandDownload. CSVToPDFConverter ConvertCSVtoPDFandDownload. TSVToPDFConverter ConvertTSVtoPDFandDownload. EXCELToPDFConverter ConvertEXCELtoPDFandDownload. JSONToPDFConverter ConvertJSONtoPDFandDownload. YAMLToPDFConverter ConvertYAMLtoPDFandDownload. SQLToPDFConverter ConvertSQLtoPDFandDownload. TextToPDFConverter ConvertTexttoPDFandDownload. PDFToJPGConverter ConvertPDFtoJPGandDownload. PDFToPNGConverter ConvertPDFtoPNGandDownload. TextToHTMLConverter ConvertTexttoHtmlandBeautify. RSSToJSONConverter ConvertrsstojsonandBeautify. OPMLToJSONConverter ConvertopmltojsonandBeautify. CodeValidatorTestertools CSSValidator Validateyourcsssource. JavascriptValidator ValidateyourJavascriptsource. JavascriptTester TestyourJavascriptcode. HTMLTester TestyourHTMLcode. JSONValidator Validateyourjsonandbeautify. XMLValidator Validateyourxmlcodeandbeautify. YAMLValidator Validateyouryamlcodeandbeautify. UUIDValidator ValidateyourUUID. XPathtester XPathtesteronline. RegexTesterandgenerator TestRegularexpressionandgeneratecode. CSSPreprocessors LESSCompiler Generatesformattedcssstylesfromlesssource. StylusCompiler GeneratesbeautifiedcssstylesfromStylus CSSToLESSConverter ConvertcsstoLessandbeautify. CSSToSCSSConverter ConvertcsstoScssandbeautify. CSSToSassConverter Convertcsstosassandbeautify. OtherUtilities Generators RandomPasswordGenerator FaviconGenerator htaccesssecuredirectory htpasswdgenerator LoremIpsumGenerator IPv4addressGenerator IPv6addressGenerator MACaddressGenerator CalendardateGenerator RegexTesterandCodeGenerator UnitConverters WeightConverter AreaConverter Density&MassCapacityConverter Bytes/BitsConverter ElectricityConverter EnergyConverter ForceConverter FuelConverter LengthConverter Volume&CapacityConverter TemperatureConverter Velocity&SpeedConverter AngleConverter MassConverter PowerConverter Pressure&StressConverter TimeConverter AstronomicalConverter FrequencyConverter Utilities BrowserInformation Base64ToImageConverter ImageToBase64Converter FileToBase64Converter Characterinfogenerator TexttoHTMLEntitiesConverter URLParser Autorefreshpage EscapeUnescape JSONEscapeUnescape C#EscapeUnescape JavascriptEscapeUnescape JavaEscapeUnescape CSVEscapeUnescape SQLEscapeUnescape HTMLEscapeUnescape XMLEscapeUnescape Cryptography HMACGenerator HashCalculator Imagesteganographytool SteganographicDecoder MySQL/MariaDBPasswordGenerator PostgresPasswordGenerator StringUtilities BaseNumberconverter Base64Encoder/Decoder Differenceviewer UrlEncoder UrlDecoder HtmlEncoder HtmlDecoder Addslashes Stripslashes NumberToWordConverter StringUtilities TextTransformer CaseConverter DateCalculator Date/TimeToUnixTimeStamp UnixTimeStampToDate/Time SecondstoHumanTimeConverter SecondstoHours:Minutes:SecondsConverter ImageConverters ConvertJPGtoPNG ConvertPNGtoJPG ConvertGIFtoPNG ConvertPNGtoGIF ConvertBMPtoPNG ConvertBMPtoJPG Roundedcornerimagegenerator GetBankCodes GetBINCodes CountryCoordinate WorldPlaces ThinkCalculators AreaCodes CSVTools IPDomaintools GetIPandHostname HostnameLookup DNSLookup MXLookup NameserverLookup SiteIPChecker OpenPortscanner MyIPAddress CodeEditorTools SourceCodeViewer OnlineCodeEditor SampleCode ColorConverters RGBHEXConverter RGBCMYKConverter RGBHSVConverter HEXHSVConverter HEXCMYKConverter HSVCMYKConverter Tools WorldTime WorldPostcodes CodePostalMondial CódigoPostalMundo WorldBusinessPlace WorldPlaces CodePostal PLZFinden CódigoPostal GetAttractions TripExpress WithTrips TripsAide



請為這篇文章評分?