.. This file is part of the OpenDSA eTextbook project. See
.. http://opendsa.org for more details.
.. Copyright (c) 2012-2020 by the OpenDSA Project Contributors, and
.. distributed under an MIT open source license.

.. avmetadata::
   :title: Regular Expression Writing Exercises 2
   :author: Mostafa Mohammed; Cliff Shaffer
   :institution: Virginia Tech
   :requires: Regular Expressions
   :satisfies: 
   :topic: RegEx exercises
   :keyword: Regular Expression
   :naturallanguage: en
   :programminglanguage: N/A
   :description: A second collection of exercises to write the regular expression for a given language.

More Regular Expressions Exercises
==================================

Exercise 1
----------

.. avembed:: AV/OpenFLAP/exercises/FLAssignments/Regular/RegExevenbinary.html pe
   :long_name: Regular Expression construction: even binary numbers
   :keyword: Regular Expressions


Exercise 2
----------

.. avembed:: AV/OpenFLAP/exercises/FLAssignments/Regular/RegExaby3.html pe
   :long_name: Regular Expression construction: a divisible by 3
   :keyword: Regular Expressions


Exercise 3
----------

.. avembed:: AV/OpenFLAP/exercises/FLAssignments/Regular/RegExcb2.html pe
   :long_name: Regular Expression construction: c and b total 2
   :keyword: Regular Expressions

               
Exercise 4
----------

.. avembed:: AV/OpenFLAP/exercises/FLAssignments/Regular/RegExabyb.html pe
   :long_name: Regular Expression construction: mixed a and b
   :keyword: Regular Expressions


