---
id: 5d79253410532e13d13fe574
title: Step 029
challengeType: 0
isBeta: true
---
## Description
Set `regex` to `/([a-z]*)\(([0-9., ]*)\)(?!.*\()/i` in `applyFn`.
## Instructions
## Tests
```yml
tests:
- text: See description above for instructions.
testString: assert(applyFn.toString().replace(/\s/g, '').includes('varregex=/([a-z]*)\\(([0-9.,]*)\\)(?!.*\\()/i'));
```
## Challenge Seed
```html
```
### Before Test
### After Test
```html
```
## Solution