Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8086947
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T18:36:33+00:00 2026-06-05T18:36:33+00:00

Is it possible to define some sort of capitalize() or toLowerCase() function when creating

  • 0

Is it possible to define some sort of capitalize() or toLowerCase() function when creating Sublime Text 2 Snippets?

For example:

<snippet>
<content><![CDATA[
<?php
class ${1} extends Datamapper
{
    var \$has_one = array();
    var \$has_many = array();
    var \$table = '${1}s';
    //constructor and other stuff next...
}
?>
]]></content>
<tabTrigger>dmm</tabTrigger>
</snippet>

This particular snippet helps me create Datamapper ORM models on the fly. When I type dmm the Snippet is fired and my cursor is placed in two areas at the same time; the class’s name & the assignment to $table. The first cursor requires capitalization whereas the second cursor should not. Can I force the Snippet’s case? Something like {1.toLowerCase}

Simple example, but I can think of other times when I could use this.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T18:36:35+00:00Added an answer on June 5, 2026 at 6:36 pm

    You can use substitution and the Perl format string syntax

    I have tested this code:

    <snippet>
    <content><![CDATA[
    <?php
    class ${1} extends Datamapper
    {
        var \$has_one = array();
        var \$has_many = array();
        var \$table = '${1/(.+)/\L\1/g}s';
        //constructor and other stuff next...
    }
    ?>
    ]]></content>
    <tabTrigger>dmm</tabTrigger>
    </snippet>
    

    Regards,
    Armando

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

is is possible in Excel to have some sort of fixed function defined for
Is it possible to use some thing like this in Objective-C: #define number_of_items 10
Is it possible to define an array of text fields (or any data type)
Is it possible to forward-declare a function in Python? I want to sort a
I'm looking for some advice/opinions on the best way to approach creating a sort-of-dynamic
Possible Duplicate: What does <link> tag do besides including stylesheets? <link rel=stylesheet type=text/css href=example.css
Possible Duplicate: Define a method that has many (or infinite) arguments I have the
Possible Duplicate: Is it possible to define enumalpha? Is there any equivalent of Java
Is it possible to define an exception handler for any unhandled exceptions? Wrapping my
Is it possible to define the set of options in a Multi Value setting

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.