Skip to content

Commit

Permalink
Better default regex.
Browse files Browse the repository at this point in the history
  • Loading branch information
thesoftwarephilosopher committed Aug 17, 2024
1 parent 5bbc5ed commit 840cb85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/samples/sample4.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default function FindNames() {
const status = <p style='margin:1em 0' /> as HTMLParagraphElement;
const results = <ul /> as HTMLUListElement;
const input = <input
value='eri(c|k)a?'
value='.?mary?'
autocomplete='new-password'
oninput={updateMatches}
/> as HTMLInputElement;
Expand Down

0 comments on commit 840cb85

Please sign in to comment.