improve regex
This commit is contained in:
		
							parent
							
								
									c69d55afe1
								
							
						
					
					
						commit
						e02917305e
					
				| @ -568,3 +568,4 @@ tools: | |||||||
|     dotAll: Lässt . als Treffer für Zeilenumbruchzeichen zu. |     dotAll: Lässt . als Treffer für Zeilenumbruchzeichen zu. | ||||||
|     unicode: Unicode; behandelt ein Muster als eine Folge von Unicode-Codepunkten. |     unicode: Unicode; behandelt ein Muster als eine Folge von Unicode-Codepunkten. | ||||||
|     unicodeSets: Ein Upgrade zum u-Modus mit mehr Unicode-Funktionen. |     unicodeSets: Ein Upgrade zum u-Modus mit mehr Unicode-Funktionen. | ||||||
|  |     no-match: Kein Treffer | ||||||
|  | |||||||
| @ -535,3 +535,4 @@ tools: | |||||||
|     unicode: Unicode; treat a pattern as a sequence of Unicode code points. |     unicode: Unicode; treat a pattern as a sequence of Unicode code points. | ||||||
|     unicodeSets: An upgrade to the u mode with more Unicode features. |     unicodeSets: An upgrade to the u mode with more Unicode features. | ||||||
|     regex: Regex |     regex: Regex | ||||||
|  |     no-match: No match | ||||||
|  | |||||||
| @ -177,7 +177,7 @@ watchEffect( | |||||||
|         </tbody> |         </tbody> | ||||||
|       </n-table> |       </n-table> | ||||||
|       <c-alert v-else> |       <c-alert v-else> | ||||||
|         No match |         {{ t('tools.regex-tester.no-match') }} | ||||||
|       </c-alert> |       </c-alert> | ||||||
|     </c-card> |     </c-card> | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user