Aptana Studioヘルプ > はじめに > Developing Rails Projects with RadRails > Using RadRails Views

Using the RegExp View

This page describes how to use the RegExp View in RadRails.

Introduction

The RegExp View (shown below) allows you to test out your regular expressions in RadRails.

Image:RegExpView.png

Instructions

To test your regular expressions using the RegExp View in RadRails:

  1. Click the RegExp tab to open the RegExp View.
  2. In the RegExp: field, type your regular expression.
  3. Use the RegExp View buttons to navigate matches to your regular expression:
    • Reset Image:iconResetRadRails.png - Resets the regular expression.
    • Backward Image:iconBackward.png - Navigate backward.
    • Forward Image:iconForward.png - Navigate forward.
    • Validate Image:iconValidate.png - Validate your regular expression.

Related Topics