Use regex on questions to find
child name
county
class
{ question: 'What county do you live in', answer: 'Kerry' },
{ question: 'I agree to the terms and conditions', answer: '1' },
{
question: "What is your child's full name",
answer: 'Sadbh O Mahony'
},
{
question: "Please confirm your child's full name",
answer: 'Sadbh O Mahony'
},
{
question: 'What class is your child going into in September 2022',
answer: '5th Class (Primary)'
}
Use regex on questions to find child name county class
{ question: 'What county do you live in', answer: 'Kerry' }, { question: 'I agree to the terms and conditions', answer: '1' }, { question: "What is your child's full name", answer: 'Sadbh O Mahony' }, { question: "Please confirm your child's full name", answer: 'Sadbh O Mahony' }, { question: 'What class is your child going into in September 2022', answer: '5th Class (Primary)' }