📅 Current Timestamp

Unix Timestamp (seconds): {{ currentTimestamp }}
Current Time: {{ currentTime }}

⏰ Timestamp to Local Time

{{ convertedTime }}

📆 Local Time to Timestamp

Unix Timestamp (seconds): {{ convertedTimestamp.seconds }}

🔢 Base64 Encoding/Decoding

{{ base64Result }}

🔗 URL Encoding/Decoding

{{ urlResult }}

🎫 JWT Decoding

{{ jwtResult }}

Unicode Encoding/Decoding

{{ unicodeResult }}
{{ searchResults.length > 0 ? `${currentSearchIndex + 1}/${searchResults.length}` : 'No results' }}

🔒 Hash Generator

{{ hashResult }}

🆔 UUID Generator

{{ uuidResult }}

🔑 Password Generator

{{ passwordResult }}

🎲 Random String Generator

{{ randomStringResult }}
+{{ diffStats.added }} Added Lines
-{{ diffStats.removed }} Removed Lines
{{ diffStats.unchanged }} Unchanged Lines
📄 Original
{{ line.lineNumber || '' }}
📄 New
{{ line.lineNumber || '' }}
📄 Text Comparison
+{{ diffStats.added }} -{{ diffStats.removed }}
{{ line.unifiedNumber || '' }}
{{ converterResult }}

🎯 Regular Expression

Pattern: /{{ regexInput || 'empty' }}/{{ getRegexFlags() }}

❌ {{ regexError }}

⚠️ {{ regexError }}

✅ {{ regexMatches.length }} match(es) found

⚠️ No matches found

💡 For better performance, consider using shorter text

📝 Test Text

🎯 Match Results

Match {{ index + 1 }} Line {{ match.lineIndex }}, Position {{ match.index }}
Matched: {{ match.match }}
Groups: Group {{ groupIndex + 1 }}: {{ group || '(empty)' }}

📚 Common Regex Templates

{{ category }}