MemStrings -Nuevo plugin en construcción- - Forum

Forum Navigation
You need to log in to create posts and topics.

MemStrings -Nuevo plugin en construcción-

Después de utilizar varias de estas funciones en proyectos he decidido armar un plugin para compartir, aún lo estoy probando pero quería compartir una imagen de las acciones que actualmente posee y que , quien lo desee, puede sugerir alguna función específica para agregarla!.

Saludos!

 

ENG:

After using several of these functions in projects I have decided to build a sharing plugin, I am still testing it but I wanted to share an image of the actions that it currently has and that, whoever wishes, can suggest a specific function to add!

Greetings!

Uploaded files:
  • You need to login to have access to uploads.
luishp, Vadim and javier have reacted to this post.
luishpVadimjavier

@Palamar, Good Idea !

You could add :

StrLeft (last x characters of string)

StrRight (first x  characters of string)

Thank you

Anotado!. Gracias!

@palamar excelente plugin, hace tiempo que necesito la opcion "NumPuntoDeMiles", Felicitaciones

Palamar has reacted to this post.
Palamar

@palamar

Thank you very much for developing the new plugin! To understand its commands could you give a list with a description of the commands? Just from the name of the command I can not understand what it does.

 

Palamar has reacted to this post.
Palamar

Sí, claro!

  • StrCapitalizar

Capitaliza un string (Ejemplo: "hola" a "Hola")

  • StrRevertir

Revierte un string

  • StrTruncar

Trunca un string indicando el número de caracteres (Ejemplo: "Hoy es un día soleado" a "Hoy es un día...")

  • StrPalabraMasLarga

Determina el número de caracteres más largo de una palabra de un string

  • NumPuntosDeMiles

Coloca puntos de miles y comas (ejemplo, 2312.12 pasa a ser 2.312,12)

  • StrResaltar

Resalta un string dentro de un objeto

  • StrQuitarHtml

Quita el HTML de un string. Ejemplo "<h1>Hola</h1> a "Hola"

  • StrContarPalabras

Cuenta las palabras de un string determinada por los espacios

  • StrEsUnNumero

Determina si la cadena es un número o texto y devuelve "Es un texto" o "Es un número" en una variable

  • StrCopiarCadenaAlPortapapeles

Copia una cadena al portapapeles

  • StrAgregarSeparadorPorLetra

Escribe el contenido de un string con un carácter separador ("-") entre cada uno de los caracteres del string.

 

ENG:

Yeah right!

  • StrCapitalizar

Capitalize a string (Example: "hello" to "Hello")

  • StrRevertir

Reverse a string

  • StrTruncar

Truncate a string indicating the number of characters (Example: "Today is a sunny day" to "Today is a day ...")

  • StrPalabraMasLarga

Determines the longest number of characters in a word in a string

  • NumPuntosdeMiles

Place points in thousands and commas (example, 2312.12 becomes 2.312,12)

  • StrResaltar

Highlight a string within an object

  • StrRemoverHtml

Remove the HTML from a string. Example "<h1> Hello </h1> to" Hello "

  • StrContarPalabras

Counts the words of a string determined by the spaces

  • StrEsUnNumero

Determines if the string is a number or text and returns "Is a text" or "Is a number" in a variable

  • StrCopiarCadenaAlPortapapeles

Copy a string to the clipboard

  • StrAgregarSeparadorPorLetra

Writes the content of a string with a separator character ("-") between each of the characters in the string.

luishp and Vadim have reacted to this post.
luishpVadim

Sumadas las acciones:

  • NumPuntosDeMilesFlotante

Coloca puntos de miles y comas (ejemplo, 2312.12 pasa a ser 2.312,12).

Diferencié estas acciones dejando NumPuntosDeMiles para cuando el número es entero.

  • StrBorrarCaracteresAlInicio

Borra X caracteres al inicio de un String

  • StrBorrarCaracteresAlFinal

Borra X caracteres al final de un String

 

luishp and Vadim have reacted to this post.
luishpVadim

@palamar

ya se puede descargar o lo estas armando?

No, aún está en construcción...calculo que voy a crear un post nuevo para la descarga que va a estar disponible en mi web.